Latest LMTX. I noticed the following \flushlayer behaviour and wondered if it 
was a bug or something I've misunderstood?

\showframe
\setuppapersize [A5][A5]
\setuplayout[marking=on, location=middle]

\definelayer[coverlayer]
    [width=\paperwidth, height=\paperheight]
\setupbackgrounds [paper] [background=coverlayer,state=start ]

\starttext
\setlayerframed [coverlayer]
   [width=60mm,height=60mm,hoffset=0mm,voffset=0mm]
   [frame=on]
   {Some framed text top left of paper}%
Hello world.
%\flushlayer[coverlayer]
\stoptext

The above works as expected: the framed text is at the top left of the paper. 
But if I change the last three lines to:

%Hello world.
\flushlayer[coverlayer]
\stoptext

(i.e. swap around the 'commenting out') then the framed text moves to the top 
left of the text area not the paper.

Is this intended?
—
Bruce Horrocks
Hampshire, UK

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to